statement syntax

英 [ˈsteɪtmənt ˈsɪntæks] 美 [ˈsteɪtmənt ˈsɪntæks]

【计】语句语法

计算机



双语例句

  1. They also facilitate migration to IDS of routines written in the procedural languages of other database servers that support GOTO and LOOP statement syntax.
    对于用支持GOTO和LOOP语句语法的其它数据库服务器上的过程语言编写的例程,SPL语言中的语句标签、GOTO和LOOP语句也可以为它们到IDS的迁移提供便利。
  2. The parser selected in the Validate statement syntax list has no effect on semantic validation.
    Validatestatementsyntax列表所选择的解析器对语义验证没有任何影响。
  3. SELECT, however, isn't the only SQL statement supported by YQL; you can also use INSERT, DELETE, and UPDATE queries to manipulate data on third-party services using the same SQL syntax.
    但是,SELECT并非YQL支持的惟一SQL语句;您还可以使用INSERT、DELETE和UPDATE查询、运用相同的SQL语法操作第三方服务上的数据。
  4. The selection in the Validate statement syntax list determines the parser that is used.
    Validatestatementsyntax列表的选择项决定了所使用的解析器。
  5. The GRANT statement syntax for other database objects is similar and is available in the DB2 UDB documentation.
    其他数据库对象的GRANT语句语法是相似的,请参考DB2UDB文档。
  6. If so, the if statement executes a syntax off; otherwise it executes a syntax enable.
    如果是的话,if语句将执行一个syntaxoff命令;否则它将执行syntaxenable命令。
  7. The federated database simply takes the SQL statement, translates it into valid Oracle syntax and passes it onto the Oracle database for processing.
    联邦数据库提取SQL语句,将它转换成有效的Oracle语法,并传递到Oracle数据库上进行处理。
  8. If you want comments to be preserved for the browser viewer ( for a copyright statement, for example), you must use the standard CSS comment syntax.
    如果您想为浏览器查看器保留注释(例如用于版权声明),则必须使用标准的CSS注释语法。
  9. The CREATE statement has one slightly nonstandard bit of SQL syntax.
    CREATE语句稍微有一些不符合标准的SQL语法。
  10. Depending on the value of the xsl: output statement, the processor may write the result according to XML or HTML syntax.
    根据xsl:output语句的值,处理程序可以按照XML或者HTML语法写入结果。
  11. This produces the following SQL statement which is structurally complete but with invalid syntax.
    这会产生以下SQL语句,它在结构上是完整的,但是语法是无效的。
  12. This is in contrast to a dynamic SQL statement, whose syntax is not known until run-time.
    反之就是动态SQL语句,其语法直到运行时才知道。
  13. As an example, let's examine the parsing of an if statement whose syntax look like the following
    作为一个示例,让我们来解析一个if语句,它的语法如下所示
  14. This is indicated in ESQL SET statement syntax using a colon character to separate the two sections of the Qualified Name.
    在ESQLSET语句语法中,用冒号分隔限定名(QualifiedName)的两部分,以此来表示这一点。
  15. A new, empty partition can be added to a partitioned table by executing the ALTER TABLE statement with the ADD PARTITION option specified; the syntax used looks like this
    可以通过执行ALTERTABLE语句并指定ADDPARTITION选项来向一个分区表增加一个新的空分区,使用的语法如下所示
  16. It's a simple INSERT statement where the two values are escaped to account for any errant characters such as single quotes that might disturb the SQL syntax.
    就是在简单的INSERT语句中,两个值被转义,以解决任何含义不确定的字符,比如说可能会扰乱SQL语法的单引号。
  17. If you prefer, you can stop syntax validation by selecting No validation in the Validate statement syntax list.
    您可以根据自己的喜好,选择Validatestatementsyntax列表的Novalidation停止语法验证。
  18. GRANT and REVOKE statement syntax is different for sequences, procedures and functions in Oracle10g and DB2 z/ OS9.1.
    对于Oracle10g和DB2z/OS9.1中的序列、过程和函数,GRANT和REVOKE语句的语法不一样。
  19. When a database receives a statement, the database engine first parses that statement and looks for syntax errors.
    当数据库接收到语句时,数据库引擎首先会分析该语句并查找句法错误。
  20. An ellipsis (*) indicates the omission of a section of a statement, typically to provide a shorter version of more complex syntax.
    一个省略号表示语句部分的冗长,正常下应该给出较简短的复杂语法命令。
  21. The specified Transact-SQL statement contains syntax that is not valid.
    指定的transact-sql语句包含无效语法。
  22. Action: Check the statement's syntax, especially references to column names, and retry the statement.
    你还是再检查一下列名是否正确,语法没有问题。
  23. In the first chapter, the preamble discusses the research status of the Tibetan verb at domestic and abroad, and concise statement of the researcher to study the contents of Tibetan grammar, Tibetan verbs and Tibetan verb syntax information.
    第一章,引言部分主要论述了藏语动词在国内外的研究现状,并简明扼要地陈述了有关研究人员对藏语语法、藏语动词与藏语动词语法信息等内容所进行的探索。
  24. According to lexical parsing, the symbols and words of algorithm are identified. Then the interpreter judges the composition of statement and its legitimacy by syntax parsing.
    词法分析识别出算法中的单词符号,语法分析用于判断句子的成分及其合法性。